home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Demos / ByCompany / iXpoint / QMSprint / QMSprint.app / QMS_3225_Print_System.ppd < prev    next >
PostScript Printer Description  |  1993-07-02  |  14KB  |  443 lines

  1. *PPD-Adobe:  "4.0"
  2. *% Adobe Systems Printer Description File
  3. *% For "QMS 3225 Print System" version 2011.22
  4. *% Date: 02/10/93
  5. *% Modified:  07/02/93
  6.  
  7. *FormatVersion: "4.0"
  8. *FileVersion: "1.0"
  9. *LanguageVersion: English
  10.  
  11. *Product: "(QMS 3225 Print System)"
  12. *PSVersion: "(2011.22) 17"
  13. *ModelName: "QMS 3225 Print System"
  14. *NickName: "QMS 3225 Print System"
  15. *PCFileName: "QMS3225.PPD"
  16.  
  17. *% General Information and Defaults ===============
  18. *FreeVM: "486838"
  19. *ColorDevice: False
  20. *VariablePaperSize: False
  21. *FileSystem: True
  22. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  23. *Throughput: "20"
  24. *Password: "0"
  25. *ExitServer: "
  26.   count 0 eq {  % is the password on the stack?
  27.     true
  28.   }{
  29.     dup % potential password
  30.     statusdict begin checkpassword end not
  31.   } ifelse
  32.   {  %  if no password or not valid
  33.     (WARNING : Cannot perform the exitserver command.) =
  34.     (Password supplied is not valid.) =
  35.     (Please contact the author of this software.) = flush
  36.     quit
  37.   } if
  38.   serverdict begin exitserver
  39. "
  40. *End
  41.  
  42. *Reset: "
  43.   count 0 eq {  % is the password on the stack?
  44.     true
  45.   }{
  46.     dup % potential password
  47.     statusdict begin checkpassword end not
  48.   } ifelse
  49.   {  %  if no password or not valid
  50.     (WARNING : Cannot reset printer.) =
  51.     (Password supplied is not valid.) =
  52.     (Please contact the author of this software.) = flush
  53.     quit
  54.   } if
  55.   serverdict begin exitserver
  56.   systemdict /quit get exec
  57.   (WARNING : Printer Reset Failed.) = flush
  58. "
  59. *End
  60.  
  61. *% Paper Handling ===================
  62.  
  63. *OpenGroup:  PaperHandling
  64. *OpenUI *Resolution: PickOne
  65. *OrderDependency: 5 AnySetup *Resolution
  66. *DefaultResolution: 300dpi
  67. *Resolution 400dpi: "statusdict begin 400 setresolution end "
  68. *Resolution 300dpi: "statusdict begin 300 setresolution end "
  69. *?Resolution: "
  70. save
  71.   statusdict begin resolution end
  72.   128 string cvs dup print (x) print print (dpi) = flush
  73. restore
  74. "
  75. *End
  76. *CloseUI: *Resolution
  77.  
  78. *% Halftone Information ===============
  79. *ScreenFreq: "60.0"
  80. *ScreenAngle: "45.0"
  81. *DefaultScreenProc: Dot
  82. *ScreenProc Dot: "
  83. { dup mul exch dup mul add 1 exch sub }
  84. "
  85. *End
  86. *ScreenProc Line: "{ pop }"
  87. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  88.  
  89. *DefaultTransfer: Null
  90. *Transfer Null: "{ }"
  91. *Transfer Null.Inverse: "{ 1 exch sub }"
  92. *Transfer Normalized: "{ }"
  93. *Transfer Normalized.Inverse: "{ 1 exch sub }"
  94.  
  95.  
  96. *% Use these entries to set paper size most of the time, unless there is
  97. *% specific reason to use PageRegion or PaperTray.
  98. *OpenUI *PageSize: PickOne
  99. *OrderDependency: 15 AnySetup *PageSize
  100. *DefaultPageSize: Letter
  101. *PageSize Letter: "statusdict begin lettertray end"
  102. *PageSize Legal: "statusdict begin legaltray end"
  103. *PageSize Tabloid: "statusdict begin 11x17tray end"
  104. *PageSize Executive: "statusdict begin executivetray end"
  105. *PageSize A3: "statusdict begin a3tray end"
  106. *PageSize A4: "statusdict begin a4tray end"
  107. *PageSize A5: "statusdict begin a5tray end"
  108. *PageSize B4: "statusdict begin b4tray end"
  109. *PageSize B5: "statusdict begin b5tray end"
  110. *?PageSize: "
  111.  save statusdict begin
  112.   20 dict begin
  113.    /letter (Letter) def 
  114.    /legal (Legal) def
  115.    /11x17 (Tabloid) def 
  116.    /a3 (A3) def 
  117.    /a4 (A4) def
  118.    /a5 (A5) def 
  119.    /b4 (B4) def
  120.    /b5 (B5) def 
  121.    /executivepage (Executive) def
  122.    papersize 
  123.    {load exec} stopped not{= flush}if
  124.   end
  125.  end restore
  126. "
  127. *End
  128. *CloseUI: *PageSize
  129.  
  130. *% These entries will set up the frame buffer. Usually used with manual feed.
  131. *% PageMaker 4.2 and Freehand 3.1 use this PageRegion command.
  132. *OpenUI *PageRegion: PickOne
  133. *OrderDependency: 20 AnySetup *PageRegion
  134. *DefaultPageRegion: Letter
  135. *PageRegion Letter: "statusdict begin letter /QMSpaper {letter} def end"
  136. *PageRegion Legal: "statusdict begin legal /QMSpaper {legal} def end"
  137. *PageRegion Tabloid: "statusdict begin 11x17 /QMSpaper {11x17} def end"
  138. *PageRegion Executive: "statusdict begin executivepage /QMSpaper {executivepage} def end"
  139. *PageRegion A3: "statusdict begin a3 /QMSpaper {a3} def end"
  140. *PageRegion A4: "statusdict begin a4 /QMSpaper {a4} def end"
  141. *PageRegion A5: "statusdict begin a5 /QMSpaper {a5} def end"
  142. *PageRegion B4: "statusdict begin b4 /QMSpaper {b4} def end"
  143. *PageRegion B5: "statusdict begin b5 /QMSpaper {b5} def end"
  144. *CloseUI: *PageRegion
  145.  
  146. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  147. *% These errors should be trapped by software and a message displayed
  148. *% These are commented out for compatibility with V4 ppd spec
  149. *% Freehand 3.1  uses this PaperTray command.
  150. *OpenUI *PaperTray: PickOne
  151. *OrderDependency: 20 AnySetup *PaperTray
  152. *DefaultPaperTray: Letter
  153. *PaperTray Letter: "statusdict begin letter end"
  154. *PaperTray Legal: "statusdict begin legal end"
  155. *PaperTray Tabloid: "statusdict begin 11x17 end"
  156. *PaperTray Executive: "statusdict begin executivepage end"
  157. *PaperTray A3: "statusdict begin a3 end"
  158. *PaperTray A4: "statusdict begin a4 end"
  159. *PaperTray A5: "statusdict begin a5 end"
  160. *PaperTray B4: "statusdict begin b4 end"
  161. *PaperTray B5: "statusdict begin b5 end"
  162. *?PaperTray: "
  163.  save statusdict begin
  164.   20 dict begin
  165.    /letter (Letter) def 
  166.    /legal (Legal) def
  167.    /11x17 (Tabloid) def 
  168.    /a3 (A3) def 
  169.    /a4 (A4) def
  170.    /a5 (A5) def 
  171.    /b4 (B4) def
  172.    /b5 (B5) def 
  173.    /executivepage (Executive) def
  174.    papersize pop
  175.    {load exec} stopped not{= flush}if
  176.   end
  177.  end restore
  178. "
  179. *End
  180. *CloseUI: *PaperTray
  181.  
  182. *% The following entries provide information about specific paper keywords.
  183. *DefaultImageableArea: Letter
  184. *ImageableArea Letter: "12 12 600 780 "
  185. *ImageableArea Legal: "12 12 601 996 "
  186. *ImageableArea Tabloid: "12 12 780 1212 "
  187. *ImageableArea Executive: "12 12 528 745 "
  188. *ImageableArea A3: "12 12 829 1178 "
  189. *ImageableArea A4: "12 12 583 829 "
  190. *ImageableArea A5: "12 13 407 583 "
  191. *ImageableArea B4: "12 12 716 1019 "
  192. *ImageableArea B5: "12 12 503 716 "
  193. *?ImageableArea: "
  194.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  195.   newpath clippath pathbbox
  196.   4 -2 roll exch 2 {ceiling cvp} repeat
  197.   exch 2 {floor cvp} repeat flush
  198.  restore
  199. "
  200. *End
  201.  
  202.  
  203. *% These provide the physical dimensions of the paper (by keyword)
  204. *DefaultPaperDimension: Letter
  205. *PaperDimension Letter: "612 792"
  206. *PaperDimension Legal: "612 1008"
  207. *PaperDimension Tabloid: "792 1224"
  208. *PaperDimension Executive: "540 756"
  209. *PaperDimension A3: "842 1191"
  210. *PaperDimension A4: "596 842"
  211. *PaperDimension A5: "420 596"
  212. *PaperDimension B4: "729 1032"
  213. *PaperDimension B5: "516 729"
  214.  
  215. *OpenUI *OutputBin: PickOne
  216. *OrderDependency: 30 AnySetup *OutputBin
  217. *DefaultOutputBin: Upper
  218. *OutputBin Upper: "statusdict begin 1 setoutputtray end"
  219. *OutputBin Lower: "statusdict begin 2 setoutputtray end"
  220. *OutputBin Side: "statusdict begin 3 setoutputtray end"
  221. *OutputBin Any: "statusdict begin -1 setoutputtray end"
  222. *CloseUI: *OutputBin
  223.  
  224. *OpenUI *InputSlot: PickOne
  225. *OrderDependency: 10 AnySetup *InputSlot
  226. *DefaultInputSlot: Upper
  227. *InputSlot Upper: "statusdict begin 
  228.    1 setpapertray 
  229.      statusdict /QMSpaper known
  230.      {QMSpaper} if
  231.    end"
  232. *End
  233. *InputSlot Lower: "statusdict begin 
  234.    2 setpapertray 
  235.      statusdict /QMSpaper known
  236.      {QMSpaper} if
  237.    end"
  238. *End
  239. *InputSlot LargeCapacity: "statusdict begin 
  240.    3 setpapertray 
  241.      statusdict /QMSpaper known
  242.      {QMSpaper} if
  243.    end"
  244. *End
  245. *?InputSlot: "
  246.  save statusdict begin
  247.   5 dict begin
  248.    /1 (Upper) def
  249.    /2 (Lower) def
  250.    /3 (LargeCapacity) def
  251.    papertray
  252.      {( ) cvs cvn load exec} stopped not{= flush}if
  253.   end
  254.  end restore
  255. "
  256. *End
  257. *CloseUI: *InputSlot
  258.  
  259. *DefaultManualFeed: False
  260. *?ManualFeed: "
  261.   statusdict /manualfeed get
  262.   {(True)}{(False)}ifelse = flush"
  263. *End
  264. *ManualFeed True: "statusdict begin /manualfeed true store end"
  265. *ManualFeed False: "statusdict begin /manualfeed false store end"
  266.  
  267. *DefaultOutputOrder: Normal
  268. *OutputOrder Normal: "statusdict begin 1 setoutputtray end"
  269. *OutputOrder Reverse: "statusdict begin 2 setoutputtray end"
  270.  
  271. *DefaultCollator: None
  272. *DefaultSorter: None
  273.  
  274. *OpenUI *Duplex: PickOne
  275. *OrderDependency: 40 AnySetup *Duplex
  276. *DefaultDuplex: None
  277. *Duplex None: "statusdict begin false setduplexmode false settumble end"
  278. *Duplex DuplexNoTumble: "statusdict begin true setduplexmode false settumble end"
  279. *Duplex DuplexTumble: "statusdict begin true setduplexmode true settumble end"
  280. *?Duplex: "
  281. statusdict begin
  282. duplexmode
  283. { tumble
  284.   { (DuplexTumble) }
  285.   { (DuplexNoTumble) }
  286.   ifelse
  287. }
  288. { (None)}
  289. ifelse
  290. = flush
  291. end
  292. "
  293. *End
  294. *CloseUI: *Duplex
  295. *CloseGroup: PaperHandling
  296.  
  297. *% Font Information =====================
  298.  
  299. *DefaultFont: Courier
  300. *Font AGaramond-Bold: Standard "(001.000)"
  301. *Font AGaramond-BoldItalic: Standard "(001.000)"
  302. *Font AGaramond-Italic: Standard "(001.000)"
  303. *Font AGaramond-Regular: Standard "(001.000)"
  304. *Font AGaramond-Semibold: Standard "(001.000)"
  305. *Font AGaramond-SemiboldItalic: Standard "(001.000)"
  306. *Font AvantGarde-Book: Standard "(001.002)"
  307. *Font AvantGarde-BookOblique: Standard "(001.002)"
  308. *Font AvantGarde-Demi: Standard "(001.003)"
  309. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  310. *Font Bookman-Demi: Standard "(001.001)"
  311. *Font Bookman-DemiItalic: Standard "(001.001)"
  312. *Font Bookman-Light: Standard "(001.001)"
  313. *Font Bookman-LightItalic: Standard "(001.001)"
  314. *Font Courier: Standard "(002.003)"
  315. *Font Courier-Bold: Standard "(002.003)"
  316. *Font Courier-BoldOblique: Standard "(002.003)"
  317. *Font Courier-Oblique: Standard "(002.003)"
  318. *Font Helvetica: Standard "(001.006)"
  319. *Font Helvetica-Bold: Standard "(001.007)"
  320. *Font Helvetica-BoldOblique: Standard "(001.007)"
  321. *Font Helvetica-Condensed: Standard "(001.001)"
  322. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  323. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  324. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  325. *Font Helvetica-Narrow: Standard "(001.006)"
  326. *Font Helvetica-Narrow-Bold: Standard "(001.007)"
  327. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)"
  328. *Font Helvetica-Narrow-Oblique: Standard "(001.006)"
  329. *Font Helvetica-Oblique: Standard "(001.006)"
  330. *Font NewCenturySchlbk-Bold: Standard "(001.006)"
  331. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  332. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  333. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  334. *Font Palatino-Bold: Standard "(001.002)"
  335. *Font Palatino-BoldItalic: Standard "(001.002)"
  336. *Font Palatino-Italic: Standard "(001.002)"
  337. *Font Palatino-Roman: Standard "(001.001)"
  338. *Font Symbol: Special "(001.007)"
  339. *Font Times-Bold: Standard "(001.007)"
  340. *Font Times-BoldItalic: Standard "(001.009)"
  341. *Font Times-Italic: Standard "(001.007)"
  342. *Font Times-Roman: Standard "(001.007)"
  343. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  344. *Font ZapfDingbats: Special "(001.002)"
  345. *?FontQuery: "
  346. save  4 dict begin /sv exch def
  347. /str (fonts/                              ) def
  348. /st2 128 string def
  349. {
  350.   count 0 gt {
  351.     dup st2 cvs (/) print print (:) print
  352.     dup FontDirectory exch known {pop (Yes)}{
  353.      str exch st2 cvs dup length /len exch def
  354.      6 exch putinterval str 0 len 6 add getinterval mark exch
  355.      { } st2 filenameforall counttomark 0 gt {
  356.       cleartomark (Yes)}{cleartomark (No)}ifelse
  357.     }ifelse = flush
  358.   }{ exit } ifelse
  359. } bind loop
  360. (*) = flush
  361. sv end restore
  362. "
  363. *End
  364.  
  365. *?FontList: "
  366. save  2 dict begin /sv exch def
  367. /str 128 string def
  368. FontDirectory { pop == } bind forall flush
  369. /filenameforall where { 
  370.  pop save (fonts/*) { 
  371.   dup length 6 sub 6 exch getinterval cvn == 
  372.  } bind str filenameforall flush restore
  373. } if 
  374. (*) = flush
  375. sv end restore
  376. "
  377. *End
  378.  
  379. *% Printer Messages (verbatim from printer):
  380. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  381. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  382. *Message: "\FontName\ not found, using Courier"
  383.  
  384. *% Status (format: %%[ status: <one of these> ]%% )
  385. *Status: "idle"
  386. *Status: "busy"
  387. *Status: "waiting"
  388. *Status: "printing"
  389. *Status: "warming up"
  390.  
  391. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  392. *Source: "serial25"
  393. *Source: "AppleTalk"
  394. *Source: "Centronics"
  395. *Source: "Optional I/O"
  396.  
  397. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  398. *PrinterError: "Paper Out"
  399. *PrinterError: "Paper Jam"
  400. *PrinterError: "Off line"
  401.  
  402. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  403.  
  404. *% Color Separation Information =====================
  405.  
  406. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  407.  
  408. *InkName: ProcessBlack/Process Black
  409. *InkName: CustomColor/Custom Color
  410. *InkName: ProcessCyan/Process Cyan
  411. *InkName: ProcessMagenta/Process Magenta
  412. *InkName: ProcessYellow/Process Yellow
  413.  
  414. *%  For 60 lpi / 300 dpi  ===============================
  415.  
  416. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  417. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  418. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  419. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  420. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  421.  
  422. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  423. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  424. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  425. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  426. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  427.  
  428. *%  For 53 lpi / 300 dpi  ===============================
  429.  
  430. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  431. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  432. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  433. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  434. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  435.  
  436. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  437. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  438. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  439. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  440. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  441.  
  442. *% end of PPD file for QMS 3225 Print System
  443.